home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMSERVERIDENTITYSETTINGS / TFRMSERVERIDENTITYSETTINGS.txt
Encoding:
Text File  |  2005-02-07  |  43.7 KB  |  1,583 lines

  1. object frmServerIdentitySettings: TfrmServerIdentitySettings
  2.   Left = 451
  3.   Top = 245
  4.   HelpContext = 1630
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Server/Identity settings'
  8.   ClientHeight = 405
  9.   ClientWidth = 618
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = False
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OptEntriesLabel: TTntLabel
  21.     Left = 122
  22.     Top = 386
  23.     Width = 87
  24.     Height = 13
  25.     Caption = '* = optional entries'
  26.     Visible = False
  27.   end
  28.   object SettingsPC: TTntDialogPageControl
  29.     Left = 124
  30.     Top = 0
  31.     Width = 497
  32.     Height = 372
  33.     ActivePage = NewsserverTab
  34.     MultiLine = True
  35.     Style = tsButtons
  36.     TabOrder = 1
  37.     OnChange = SettingsPCChange
  38.     HideBorders = True
  39.     object NewsserverTab: TTntTabSheet
  40.       Caption = 'Newsservers'
  41.       ImageIndex = 5
  42.       TabVisible = False
  43.       object Beveles1: TBevelesU
  44.         Left = 4
  45.         Top = 0
  46.         Width = 481
  47.         Height = 313
  48.         Shape = bsFrame
  49.         Caption = 'Newsserver settings'
  50.         BorderWidth = 0
  51.       end
  52.       object Label71: TTntLabel
  53.         Left = 8
  54.         Top = 320
  55.         Width = 473
  56.         Height = 29
  57.         Alignment = taCenter
  58.         AutoSize = False
  59.         Caption = 
  60.           'Settings on this page are applied immediately, even if you click' +
  61.           ' Cancel afterwards!'
  62.         WordWrap = True
  63.       end
  64.       object Label2: TTntLabel
  65.         Left = 20
  66.         Top = 20
  67.         Width = 83
  68.         Height = 13
  69.         Caption = '&Available servers:'
  70.         FocusControl = ServerLB
  71.       end
  72.       object ServerLB: TTntListBox
  73.         Left = 20
  74.         Top = 36
  75.         Width = 157
  76.         Height = 213
  77.         ItemHeight = 13
  78.         TabOrder = 0
  79.         OnClick = ServerLBClick
  80.       end
  81.       object ServerNewBtn: TMMTNTBItBtn
  82.         Left = 20
  83.         Top = 256
  84.         Width = 73
  85.         Height = 25
  86.         Caption = ' &New'
  87.         Font.Charset = DEFAULT_CHARSET
  88.         Font.Color = clBtnText
  89.         Font.Height = -11
  90.         Font.Name = 'MS Sans Serif'
  91.         Font.Style = []
  92.         ParentFont = False
  93.         TabOrder = 2
  94.         OnClick = ServerNewBtnClick
  95.       end
  96.       object ServerDeleteBtn: TMMTNTBItBtn
  97.         Left = 100
  98.         Top = 256
  99.         Width = 79
  100.         Height = 25
  101.         Caption = '&Delete'
  102.         Font.Charset = DEFAULT_CHARSET
  103.         Font.Color = clBtnText
  104.         Font.Height = -11
  105.         Font.Name = 'MS Sans Serif'
  106.         Font.Style = []
  107.         ParentFont = False
  108.         TabOrder = 3
  109.         OnClick = ServerDeleteBtnClick
  110.       end
  111.       object ServerRenameBtn: TMMTNTBItBtn
  112.         Left = 20
  113.         Top = 284
  114.         Width = 73
  115.         Height = 25
  116.         Caption = '&Rename'
  117.         Font.Charset = DEFAULT_CHARSET
  118.         Font.Color = clBtnText
  119.         Font.Height = -11
  120.         Font.Name = 'MS Sans Serif'
  121.         Font.Style = []
  122.         ParentFont = False
  123.         TabOrder = 4
  124.         OnClick = ServerRenameBtnClick
  125.       end
  126.       object ServerSettings: TPanel
  127.         Left = 188
  128.         Top = 12
  129.         Width = 293
  130.         Height = 217
  131.         BevelOuter = bvNone
  132.         Enabled = False
  133.         TabOrder = 1
  134.         object Label36: TTntLabel
  135.           Left = 8
  136.           Top = 8
  137.           Width = 77
  138.           Height = 13
  139.           Caption = 'Selected server:'
  140.         end
  141.         object Label3: TTntLabel
  142.           Left = 8
  143.           Top = 36
  144.           Width = 25
  145.           Height = 13
  146.           Caption = '&Host:'
  147.           FocusControl = ServerHost
  148.         end
  149.         object Label4: TTntLabel
  150.           Left = 8
  151.           Top = 60
  152.           Width = 22
  153.           Height = 13
  154.           Caption = '&Port:'
  155.         end
  156.         object Label34: TTntLabel
  157.           Left = 8
  158.           Top = 84
  159.           Width = 51
  160.           Height = 13
  161.           Caption = '&Username:'
  162.           FocusControl = Username
  163.         end
  164.         object Label35: TTntLabel
  165.           Left = 8
  166.           Top = 108
  167.           Width = 49
  168.           Height = 13
  169.           Caption = 'Pass&word:'
  170.           FocusControl = Password
  171.         end
  172.         object Label38: TTntLabel
  173.           Left = 8
  174.           Top = 132
  175.           Width = 61
  176.           Height = 13
  177.           Caption = 'A&llwd. conn.:'
  178.         end
  179.         object Password: TTntEdit
  180.           Left = 114
  181.           Top = 100
  182.           Width = 170
  183.           Height = 21
  184.           MaxLength = 40
  185.           PasswordChar = '*'
  186.           TabOrder = 3
  187.           OnChange = OneServerSettingsChanged
  188.         end
  189.         object Username: TTntEdit
  190.           Left = 114
  191.           Top = 76
  192.           Width = 170
  193.           Height = 21
  194.           MaxLength = 40
  195.           TabOrder = 2
  196.           OnChange = OneServerSettingsChanged
  197.         end
  198.         object ServerHost: TTntEdit
  199.           Left = 114
  200.           Top = 28
  201.           Width = 170
  202.           Height = 21
  203.           MaxLength = 199
  204.           TabOrder = 0
  205.           OnChange = OneServerSettingsChanged
  206.         end
  207.         object ServerSSL: TtntAutoSizeCheckBox
  208.           Left = 179
  209.           Top = 56
  210.           Width = 43
  211.           Height = 17
  212.           Hint = 'Default port for NNTP (SSL) is 563'
  213.           Caption = 'SSL'
  214.           ParentShowHint = False
  215.           ShowHint = True
  216.           TabOrder = 5
  217.           OnClick = OneServerSettingsChanged
  218.         end
  219.         object ServerPort: tMMjvspinedit
  220.           Left = 114
  221.           Top = 52
  222.           Width = 57
  223.           Height = 21
  224.           Cursor = crIBeam
  225.           MaxValue = 100000.000000000000000000
  226.           MinValue = 1.000000000000000000
  227.           Value = 1.000000000000000000
  228.           TabOrder = 1
  229.           OnChange = OneServerSettingsChanged
  230.         end
  231.         object AllowedConnectionsSE: tMMjvspinedit
  232.           Left = 114
  233.           Top = 124
  234.           Width = 57
  235.           Height = 21
  236.           Cursor = crIBeam
  237.           MaxValue = 10.000000000000000000
  238.           MinValue = 1.000000000000000000
  239.           Value = 2.000000000000000000
  240.           TabOrder = 4
  241.           OnChange = OneServerSettingsChanged
  242.         end
  243.       end
  244.       object ServersUpBtn: TMMTNTBItBtn
  245.         Left = 99
  246.         Top = 284
  247.         Width = 38
  248.         Height = 25
  249.         Caption = '&Up'
  250.         Enabled = False
  251.         Font.Charset = DEFAULT_CHARSET
  252.         Font.Color = clBtnText
  253.         Font.Height = -11
  254.         Font.Name = 'MS Sans Serif'
  255.         Font.Style = []
  256.         ParentFont = False
  257.         TabOrder = 5
  258.         OnClick = ServersUpBtnClick
  259.       end
  260.       object ServersDownBtn: TMMTNTBItBtn
  261.         Left = 138
  262.         Top = 284
  263.         Width = 41
  264.         Height = 25
  265.         Caption = 'Do&wn'
  266.         Enabled = False
  267.         Font.Charset = DEFAULT_CHARSET
  268.         Font.Color = clBtnText
  269.         Font.Height = -11
  270.         Font.Name = 'MS Sans Serif'
  271.         Font.Style = []
  272.         ParentFont = False
  273.         TabOrder = 6
  274.         OnClick = ServersDownBtnClick
  275.       end
  276.       object BtnImport: TMMTNTBItBtn
  277.         Left = 188
  278.         Top = 256
  279.         Width = 109
  280.         Height = 25
  281.         Caption = '&Import'
  282.         Font.Charset = DEFAULT_CHARSET
  283.         Font.Color = clBtnText
  284.         Font.Height = -11
  285.         Font.Name = 'MS Sans Serif'
  286.         Font.Style = []
  287.         ParentFont = False
  288.         TabOrder = 7
  289.         OnClick = BtnImportClick
  290.       end
  291.     end
  292.     object IdentityTS: TTntTabSheet
  293.       Caption = 'Identities'
  294.       ImageIndex = 5
  295.       TabVisible = False
  296.       object Label8: TTntLabel
  297.         Left = 8
  298.         Top = 0
  299.         Width = 90
  300.         Height = 13
  301.         Caption = '&Available identities:'
  302.         FocusControl = IdentitiesLB
  303.       end
  304.       object IdentitiesLB: TTntListBox
  305.         Left = 132
  306.         Top = 0
  307.         Width = 145
  308.         Height = 61
  309.         ItemHeight = 13
  310.         TabOrder = 0
  311.         OnClick = IdentitiesLBClick
  312.       end
  313.       object IdentitiesNewBtn: TMMTNTBItBtn
  314.         Left = 292
  315.         Top = 2
  316.         Width = 81
  317.         Height = 25
  318.         Caption = ' &New '
  319.         Font.Charset = DEFAULT_CHARSET
  320.         Font.Color = clBtnText
  321.         Font.Height = -11
  322.         Font.Name = 'MS Sans Serif'
  323.         Font.Style = []
  324.         ParentFont = False
  325.         TabOrder = 1
  326.         OnClick = IdentitiesNewBtnClick
  327.       end
  328.       object IdentitiesDeleteBtn: TMMTNTBItBtn
  329.         Left = 380
  330.         Top = 34
  331.         Width = 85
  332.         Height = 24
  333.         Caption = '&Delete'
  334.         Font.Charset = DEFAULT_CHARSET
  335.         Font.Color = clBtnText
  336.         Font.Height = -11
  337.         Font.Name = 'MS Sans Serif'
  338.         Font.Style = []
  339.         ParentFont = False
  340.         TabOrder = 4
  341.         OnClick = IdentitiesDeleteBtnClick
  342.       end
  343.       object IdentitiesRenameBtn: TMMTNTBItBtn
  344.         Left = 292
  345.         Top = 34
  346.         Width = 81
  347.         Height = 24
  348.         Caption = '&Rename'
  349.         Font.Charset = DEFAULT_CHARSET
  350.         Font.Color = clBtnText
  351.         Font.Height = -11
  352.         Font.Name = 'MS Sans Serif'
  353.         Font.Style = []
  354.         ParentFont = False
  355.         TabOrder = 2
  356.         OnClick = IdentitiesRenameBtnClick
  357.       end
  358.       object PageControl1: TTntPageControl
  359.         Left = 4
  360.         Top = 68
  361.         Width = 485
  362.         Height = 293
  363.         ActivePage = TabSheet7
  364.         TabOrder = 5
  365.         object TabSheet7: TTntTabSheet
  366.           Caption = 'Message headers'
  367.           object Beveles2: TBevelesU
  368.             Left = 4
  369.             Top = 132
  370.             Width = 465
  371.             Height = 129
  372.             Shape = bsFrame
  373.             BorderWidth = 0
  374.           end
  375.           object Label23: TTntLabel
  376.             Left = 8
  377.             Top = 12
  378.             Width = 54
  379.             Height = 13
  380.             Caption = 'Your name:'
  381.             FocusControl = Yourname
  382.           end
  383.           object Label24: TTntLabel
  384.             Left = 8
  385.             Top = 36
  386.             Width = 66
  387.             Height = 13
  388.             Caption = 'Organization*:'
  389.             FocusControl = Organization
  390.           end
  391.           object Label9: TTntLabel
  392.             Left = 8
  393.             Top = 68
  394.             Width = 151
  395.             Height = 13
  396.             Caption = 'Email address used for postings:'
  397.           end
  398.           object Label26: TTntLabel
  399.             Left = 228
  400.             Top = 12
  401.             Width = 73
  402.             Height = 13
  403.             Caption = 'Def. signature*:'
  404.           end
  405.           object Label27: TTntLabel
  406.             Left = 228
  407.             Top = 36
  408.             Width = 41
  409.             Height = 13
  410.             Caption = 'Sender*:'
  411.           end
  412.           object Label64: TTntLabel
  413.             Left = 8
  414.             Top = 92
  415.             Width = 177
  416.             Height = 17
  417.             AutoSize = False
  418.             Caption = 'Email address used for emails*:'
  419.             WordWrap = True
  420.           end
  421.           object Label19: TTntLabel
  422.             Left = 295
  423.             Top = 170
  424.             Width = 3
  425.             Height = 13
  426.             Caption = ':'
  427.           end
  428.           object Label5: TTntLabel
  429.             Left = 12
  430.             Top = 172
  431.             Width = 94
  432.             Height = 13
  433.             Caption = 'Default X-Headers*:'
  434.           end
  435.           object Label33: TTntLabel
  436.             Left = 316
  437.             Top = 240
  438.             Width = 97
  439.             Height = 13
  440.             Caption = '(e.g. mydomain.com)'
  441.           end
  442.           object Bevel1: TBevel
  443.             Left = 63
  444.             Top = 196
  445.             Width = 50
  446.             Height = 50
  447.           end
  448.           object XFaceImage: TImage
  449.             Left = 64
  450.             Top = 197
  451.             Width = 48
  452.             Height = 48
  453.           end
  454.           object Label63: TTntLabel
  455.             Left = 16
  456.             Top = 196
  457.             Width = 41
  458.             Height = 13
  459.             Caption = 'X-Face*:'
  460.           end
  461.           object Label25: TTntLabel
  462.             Left = 8
  463.             Top = 116
  464.             Width = 117
  465.             Height = 13
  466.             Caption = 'Reply-To email address*:'
  467.             FocusControl = ReplyTo
  468.           end
  469.           object Label22: TTntLabel
  470.             Left = 295
  471.             Top = 146
  472.             Width = 3
  473.             Height = 13
  474.             Caption = ':'
  475.           end
  476.           object Label37: TTntLabel
  477.             Left = 12
  478.             Top = 148
  479.             Width = 109
  480.             Height = 13
  481.             Caption = 'Other default headers*:'
  482.           end
  483.           object GenerateMSGIDFrom: TtntAutoSizeCheckBox
  484.             Left = 216
  485.             Top = 220
  486.             Width = 93
  487.             Height = 17
  488.             Caption = 'Generate from:'
  489.             TabOrder = 14
  490.             OnClick = FQDNChange
  491.           end
  492.           object Organization: TTntEdit
  493.             Left = 80
  494.             Top = 28
  495.             Width = 141
  496.             Height = 21
  497.             TabOrder = 1
  498.             OnChange = OneIdentitySettingChange
  499.           end
  500.           object Email: TTntEdit
  501.             Left = 208
  502.             Top = 60
  503.             Width = 245
  504.             Height = 21
  505.             TabOrder = 4
  506.             OnChange = OneIdentitySettingChange
  507.           end
  508.           object IdentityDefaultSignature: TTntComboBox
  509.             Left = 332
  510.             Top = 4
  511.             Width = 121
  512.             Height = 21
  513.             AutoComplete = False
  514.             Style = csDropDownList
  515.             ItemHeight = 0
  516.             TabOrder = 2
  517.             OnChange = OneIdentitySettingChange
  518.           end
  519.           object SSender: TTntEdit
  520.             Left = 332
  521.             Top = 28
  522.             Width = 121
  523.             Height = 21
  524.             TabOrder = 3
  525.             OnChange = OneIdentitySettingChange
  526.           end
  527.           object EmailEmail: TTntEdit
  528.             Left = 208
  529.             Top = 84
  530.             Width = 245
  531.             Height = 21
  532.             Hint = 'If empty, the same is used.'
  533.             ParentShowHint = False
  534.             ShowHint = True
  535.             TabOrder = 5
  536.             OnChange = OneIdentitySettingChange
  537.           end
  538.           object DefaultHeadersCB: TTntComboBox
  539.             Left = 132
  540.             Top = 164
  541.             Width = 157
  542.             Height = 21
  543.             AutoComplete = False
  544.             Style = csDropDownList
  545.             ItemHeight = 0
  546.             TabOrder = 9
  547.             OnChange = DefaultHeadersCBChange
  548.           end
  549.           object DefaultHeadersContent: TTntEdit
  550.             Left = 304
  551.             Top = 164
  552.             Width = 153
  553.             Height = 21
  554.             TabOrder = 10
  555.             OnChange = DefaultHeadersContentChange
  556.           end
  557.           object OwnMsgIds: TtntAutoSizeCheckBox
  558.             Left = 208
  559.             Top = 196
  560.             Width = 168
  561.             Height = 17
  562.             Caption = 'Dialog generates Message-IDs'
  563.             TabOrder = 13
  564.             OnClick = FQDNChange
  565.           end
  566.           object FQDN: TTntEdit
  567.             Left = 316
  568.             Top = 216
  569.             Width = 141
  570.             Height = 21
  571.             TabOrder = 15
  572.             OnChange = FQDNChange
  573.           end
  574.           object Button2: TMMTNTBItBtn
  575.             Left = 120
  576.             Top = 200
  577.             Width = 73
  578.             Height = 21
  579.             Caption = 'Load...'
  580.             Font.Charset = DEFAULT_CHARSET
  581.             Font.Color = clBtnText
  582.             Font.Height = -11
  583.             Font.Name = 'MS Sans Serif'
  584.             Font.Style = []
  585.             ParentFont = False
  586.             TabOrder = 11
  587.             OnClick = Button2Click
  588.           end
  589.           object Button3: TMMTNTBItBtn
  590.             Left = 120
  591.             Top = 224
  592.             Width = 73
  593.             Height = 21
  594.             Caption = 'Clear'
  595.             Font.Charset = DEFAULT_CHARSET
  596.             Font.Color = clBtnText
  597.             Font.Height = -11
  598.             Font.Name = 'MS Sans Serif'
  599.             Font.Style = []
  600.             ParentFont = False
  601.             TabOrder = 12
  602.             OnClick = Button3Click
  603.           end
  604.           object Yourname: TTntEdit
  605.             Left = 80
  606.             Top = 4
  607.             Width = 141
  608.             Height = 23
  609.             Font.Charset = DEFAULT_CHARSET
  610.             Font.Color = clWindowText
  611.             Font.Height = -11
  612.             Font.Name = 'Arial Unicode MS'
  613.             Font.Style = []
  614.             ParentFont = False
  615.             TabOrder = 0
  616.             OnChange = OneIdentitySettingChange
  617.           end
  618.           object ReplyTo: TTntEdit
  619.             Left = 208
  620.             Top = 108
  621.             Width = 245
  622.             Height = 21
  623.             TabOrder = 6
  624.             OnChange = OneIdentitySettingChange
  625.           end
  626.           object DefaultStandardHeadersCB: TTntComboBox
  627.             Left = 132
  628.             Top = 140
  629.             Width = 157
  630.             Height = 21
  631.             AutoComplete = False
  632.             Style = csDropDownList
  633.             ItemHeight = 13
  634.             TabOrder = 7
  635.             OnChange = DefaultStandardHeadersCBChange
  636.             Items.WideStrings = (
  637.               '__Archive'
  638.               '__Keywords'
  639.               '__Summary'
  640.               '__Expires'
  641.               '__Approved'
  642.               '__CC'
  643.               '__BCC'
  644.               '__Distribution')
  645.           end
  646.           object DefaultStandardHeadersContent: TTntEdit
  647.             Left = 304
  648.             Top = 140
  649.             Width = 153
  650.             Height = 21
  651.             TabOrder = 8
  652.             OnChange = DefaultStandardHeadersContentChange
  653.           end
  654.         end
  655.         object TabSheet1: TTntTabSheet
  656.           Caption = 'Attribution lines'
  657.           ImageIndex = 3
  658.           object Label39: TTntLabel
  659.             Left = 10
  660.             Top = 8
  661.             Width = 88
  662.             Height = 13
  663.             Caption = 'Follo&w-ups to post:'
  664.             FocusControl = replyusenetintro
  665.           end
  666.           object Label40: TTntLabel
  667.             Left = 10
  668.             Top = 32
  669.             Width = 106
  670.             Height = 13
  671.             Caption = '&Reply to post by email:'
  672.             FocusControl = replyemailintro
  673.           end
  674.           object Label41: TTntLabel
  675.             Left = 10
  676.             Top = 80
  677.             Width = 41
  678.             Height = 13
  679.             Caption = '&Forward:'
  680.             FocusControl = forwardtoemailbyemailintro
  681.           end
  682.           object Label43: TTntLabel
  683.             Left = 10
  684.             Top = 56
  685.             Width = 110
  686.             Height = 13
  687.             Caption = 'Repl&y to email by email:'
  688.             FocusControl = replytoemailbyemailintro
  689.           end
  690.           object Label44: TTntLabel
  691.             Left = -38
  692.             Top = 112
  693.             Width = 132
  694.             Height = 13
  695.             Caption = 'Forward email by e&mail intro:'
  696.             Visible = False
  697.           end
  698.           object Label46: TTntLabel
  699.             Left = 10
  700.             Top = 200
  701.             Width = 58
  702.             Height = 13
  703.             Caption = 'Date format:'
  704.           end
  705.           object DateFormat: TTntEdit
  706.             Left = 180
  707.             Top = 196
  708.             Width = 282
  709.             Height = 21
  710.             TabOrder = 0
  711.             OnChange = OneIdentitySettingChange
  712.           end
  713.           object replyusenetintro: TTntEdit
  714.             Left = 180
  715.             Top = 4
  716.             Width = 282
  717.             Height = 21
  718.             TabOrder = 1
  719.             OnChange = OneIdentitySettingChange
  720.           end
  721.           object replyemailintro: TTntEdit
  722.             Left = 180
  723.             Top = 28
  724.             Width = 282
  725.             Height = 21
  726.             TabOrder = 2
  727.             OnChange = OneIdentitySettingChange
  728.           end
  729.           object replytoemailbyemailintro: TTntEdit
  730.             Left = 180
  731.             Top = 52
  732.             Width = 282
  733.             Height = 21
  734.             TabOrder = 3
  735.             OnChange = OneIdentitySettingChange
  736.           end
  737.           object forwardtoemailbyemailintro: TTntEdit
  738.             Left = 180
  739.             Top = 76
  740.             Width = 282
  741.             Height = 21
  742.             TabOrder = 4
  743.             OnChange = OneIdentitySettingChange
  744.           end
  745.           object forwardintro: TTntEdit
  746.             Left = -184
  747.             Top = 124
  748.             Width = 310
  749.             Height = 21
  750.             TabOrder = 5
  751.             Text = 'forwardintro'
  752.             Visible = False
  753.           end
  754.           object AttrLineHelp: TTntMemo
  755.             Left = 180
  756.             Top = 100
  757.             Width = 281
  758.             Height = 89
  759.             Color = clBtnFace
  760.             Lines.WideStrings = (
  761.               'You can use these variables:'
  762.               ''
  763.               '%date%'
  764.               '%references%'
  765.               '%message-id%'
  766.               '%from%'
  767.               '%newsgroups%'
  768.               '%path%'
  769.               '%organization%'
  770.               '%lines%'
  771.               '%replyto%'
  772.               '%full-name%'
  773.               '%to%'
  774.               '\n'
  775.               '\t')
  776.             ReadOnly = True
  777.             ScrollBars = ssVertical
  778.             TabOrder = 6
  779.           end
  780.         end
  781.         object TabSheet9: TTntTabSheet
  782.           Caption = 'POP3 (Incoming email)'
  783.           ImageIndex = 2
  784.           object Label14: TTntLabel
  785.             Left = 8
  786.             Top = 12
  787.             Width = 25
  788.             Height = 13
  789.             Caption = 'Host:'
  790.           end
  791.           object Label17: TTntLabel
  792.             Left = 8
  793.             Top = 36
  794.             Width = 22
  795.             Height = 13
  796.             Caption = 'Port:'
  797.           end
  798.           object Label15: TTntLabel
  799.             Left = 8
  800.             Top = 84
  801.             Width = 51
  802.             Height = 13
  803.             Caption = 'Username:'
  804.           end
  805.           object Label16: TTntLabel
  806.             Left = 8
  807.             Top = 108
  808.             Width = 49
  809.             Height = 13
  810.             Caption = 'Password:'
  811.           end
  812.           object TntLabel1: TTntLabel
  813.             Left = 8
  814.             Top = 60
  815.             Width = 71
  816.             Height = 13
  817.             Caption = 'Authentication:'
  818.           end
  819.           object POPHost: TTntEdit
  820.             Left = 96
  821.             Top = 4
  822.             Width = 141
  823.             Height = 21
  824.             TabOrder = 0
  825.             OnChange = OneIdentitySettingChange
  826.           end
  827.           object POPUsername: TTntEdit
  828.             Left = 96
  829.             Top = 76
  830.             Width = 141
  831.             Height = 21
  832.             TabOrder = 4
  833.             OnChange = OneIdentitySettingChange
  834.           end
  835.           object PopPassword: TTntEdit
  836.             Left = 96
  837.             Top = 100
  838.             Width = 141
  839.             Height = 21
  840.             PasswordChar = '*'
  841.             TabOrder = 5
  842.             OnChange = OneIdentitySettingChange
  843.           end
  844.           object POPDelete: TtntAutoSizeCheckBox
  845.             Left = 8
  846.             Top = 132
  847.             Width = 258
  848.             Height = 17
  849.             Caption = 'Delete mails on server once successfully retrieved'
  850.             TabOrder = 6
  851.             OnClick = OneIdentitySettingChange
  852.           end
  853.           object ExcemptCB: TtntAutoSizeCheckBox
  854.             Left = 8
  855.             Top = 164
  856.             Width = 283
  857.             Height = 17
  858.             Caption = 'Exempt from check when checking mail for all identities'
  859.             TabOrder = 7
  860.             OnClick = OneIdentitySettingChange
  861.           end
  862.           object SSLcb: TtntAutoSizeCheckBox
  863.             Left = 193
  864.             Top = 32
  865.             Width = 43
  866.             Height = 17
  867.             Hint = 'Default port for POP3 (SSL) is 995'
  868.             Caption = 'SSL'
  869.             ParentShowHint = False
  870.             ShowHint = True
  871.             TabOrder = 2
  872.             OnClick = OneIdentitySettingChange
  873.           end
  874.           object AuthPOPCB: TTntComboBox
  875.             Left = 96
  876.             Top = 52
  877.             Width = 141
  878.             Height = 21
  879.             AutoComplete = False
  880.             Style = csDropDownList
  881.             ItemHeight = 13
  882.             TabOrder = 3
  883.             OnChange = OneIdentitySettingChange
  884.             Items.WideStrings = (
  885.               'Automatic'
  886.               'Login'
  887.               'APOP'
  888.               'Cram-MD5'
  889.               'Cram-SHA1'
  890.               'Digest-MD5')
  891.           end
  892.           object MMTNTBItBtn1: TMMTNTBItBtn
  893.             Left = 12
  894.             Top = 202
  895.             Width = 269
  896.             Height = 25
  897.             Caption = 'Delete UIDs of read messages'
  898.             Font.Charset = DEFAULT_CHARSET
  899.             Font.Color = clBtnText
  900.             Font.Height = -11
  901.             Font.Name = 'MS Sans Serif'
  902.             Font.Style = []
  903.             ParentFont = False
  904.             TabOrder = 8
  905.             OnClick = MMTNTBItBtn1Click
  906.           end
  907.           object POPOnlyUnread: TtntAutoSizeCheckBox
  908.             Left = 8
  909.             Top = 148
  910.             Width = 150
  911.             Height = 17
  912.             Caption = 'Only download unread mail'
  913.             TabOrder = 9
  914.             OnClick = OneIdentitySettingChange
  915.           end
  916.           object POPPort: tMMjvspinedit
  917.             Left = 96
  918.             Top = 28
  919.             Width = 73
  920.             Height = 21
  921.             Cursor = crIBeam
  922.             MaxValue = 1000000.000000000000000000
  923.             MinValue = 1.000000000000000000
  924.             Value = 1.000000000000000000
  925.             TabOrder = 1
  926.             OnChange = OneIdentitySettingChange
  927.           end
  928.         end
  929.         object TabSheet8: TTntTabSheet
  930.           Caption = 'SMTP (Outgoing email)'
  931.           ImageIndex = 1
  932.           object PageControl2: TTntPageControl
  933.             Left = 0
  934.             Top = 0
  935.             Width = 477
  936.             Height = 265
  937.             ActivePage = TabSheet2
  938.             Align = alClient
  939.             HotTrack = True
  940.             TabOrder = 0
  941.             TabPosition = tpBottom
  942.             object TabSheet2: TTntTabSheet
  943.               Caption = 'Basic SMTP settings'
  944.               object Label10: TTntLabel
  945.                 Left = 8
  946.                 Top = 12
  947.                 Width = 25
  948.                 Height = 13
  949.                 Caption = 'Host:'
  950.               end
  951.               object Label13: TTntLabel
  952.                 Left = 272
  953.                 Top = 12
  954.                 Width = 22
  955.                 Height = 13
  956.                 Caption = 'Port:'
  957.               end
  958.               object TntLabel2: TTntLabel
  959.                 Left = 8
  960.                 Top = 44
  961.                 Width = 71
  962.                 Height = 13
  963.                 Caption = 'Authentication:'
  964.               end
  965.               object SMTPHost: TTntEdit
  966.                 Left = 48
  967.                 Top = 4
  968.                 Width = 201
  969.                 Height = 21
  970.                 TabOrder = 0
  971.                 OnChange = OneIdentitySettingChange
  972.               end
  973.               object SSLSMTPcb: TtntAutoSizeCheckBox
  974.                 Left = 413
  975.                 Top = 6
  976.                 Width = 43
  977.                 Height = 17
  978.                 Caption = 'SSL'
  979.                 TabOrder = 2
  980.                 OnClick = OneIdentitySettingChange
  981.               end
  982.               object AuthSMTPCB: TTntComboBox
  983.                 Left = 96
  984.                 Top = 36
  985.                 Width = 153
  986.                 Height = 21
  987.                 AutoComplete = False
  988.                 Style = csDropDownList
  989.                 ItemHeight = 13
  990.                 TabOrder = 3
  991.                 OnChange = AuthSMTPCBChange
  992.                 Items.WideStrings = (
  993.                   'Automatic'
  994.                   'None'
  995.                   'Login'
  996.                   'POP3 connection before SMTP'
  997.                   'Cram-MD5'
  998.                   'Cram-SHA1'
  999.                   'Digest-MD5')
  1000.               end
  1001.               object UsernamePasswordPanel: TPanel
  1002.                 Left = 8
  1003.                 Top = 64
  1004.                 Width = 457
  1005.                 Height = 89
  1006.                 BevelOuter = bvNone
  1007.                 TabOrder = 4
  1008.                 Visible = False
  1009.                 object Label11: TTntLabel
  1010.                   Left = 0
  1011.                   Top = 14
  1012.                   Width = 51
  1013.                   Height = 13
  1014.                   Caption = 'Username:'
  1015.                 end
  1016.                 object Label12: TTntLabel
  1017.                   Left = 0
  1018.                   Top = 46
  1019.                   Width = 49
  1020.                   Height = 13
  1021.                   Caption = 'Password:'
  1022.                 end
  1023.                 object SMTPUsername: TTntEdit
  1024.                   Left = 88
  1025.                   Top = 8
  1026.                   Width = 153
  1027.                   Height = 21
  1028.                   TabOrder = 0
  1029.                   OnChange = OneIdentitySettingChange
  1030.                 end
  1031.                 object SMTPPassword: TTntEdit
  1032.                   Left = 88
  1033.                   Top = 40
  1034.                   Width = 153
  1035.                   Height = 21
  1036.                   PasswordChar = '*'
  1037.                   TabOrder = 1
  1038.                   OnChange = OneIdentitySettingChange
  1039.                 end
  1040.               end
  1041.               object SMTPthroughPOP3Panel: TPanel
  1042.                 Left = 8
  1043.                 Top = 64
  1044.                 Width = 465
  1045.                 Height = 177
  1046.                 BevelOuter = bvNone
  1047.                 TabOrder = 5
  1048.                 Visible = False
  1049.                 object Label28: TTntLabel
  1050.                   Left = 168
  1051.                   Top = 10
  1052.                   Width = 36
  1053.                   Height = 13
  1054.                   Caption = 'minutes'
  1055.                 end
  1056.                 object Label29: TTntLabel
  1057.                   Left = 24
  1058.                   Top = 80
  1059.                   Width = 25
  1060.                   Height = 13
  1061.                   Caption = 'Host:'
  1062.                 end
  1063.                 object Label30: TTntLabel
  1064.                   Left = 264
  1065.                   Top = 80
  1066.                   Width = 22
  1067.                   Height = 13
  1068.                   Caption = 'Port:'
  1069.                 end
  1070.                 object Label31: TTntLabel
  1071.                   Left = 24
  1072.                   Top = 131
  1073.                   Width = 51
  1074.                   Height = 13
  1075.                   Caption = 'Username:'
  1076.                 end
  1077.                 object Label32: TTntLabel
  1078.                   Left = 24
  1079.                   Top = 156
  1080.                   Width = 49
  1081.                   Height = 13
  1082.                   Caption = 'Password:'
  1083.                 end
  1084.                 object TntLabel3: TTntLabel
  1085.                   Left = 24
  1086.                   Top = 106
  1087.                   Width = 71
  1088.                   Height = 13
  1089.                   Caption = 'Authentication:'
  1090.                 end
  1091.                 object SMTPLoginAfterPopLabel: TTntLabel
  1092.                   Left = 0
  1093.                   Top = 10
  1094.                   Width = 132
  1095.                   Height = 13
  1096.                   Caption = 'Authenticate to POP3 every'
  1097.                 end
  1098.                 object POPUseDefaultForSMTP: TTntRadioButton
  1099.                   Left = 4
  1100.                   Top = 34
  1101.                   Width = 429
  1102.                   Height = 17
  1103.                   Caption = 'Use standard POP3 from this identity'
  1104.                   Checked = True
  1105.                   TabOrder = 0
  1106.                   TabStop = True
  1107.                   OnClick = POPUseDefaultForSMTPClick
  1108.                 end
  1109.                 object POPUseThispopSMTP: TTntRadioButton
  1110.                   Left = 4
  1111.                   Top = 54
  1112.                   Width = 189
  1113.                   Height = 17
  1114.                   Caption = 'Use...'
  1115.                   TabOrder = 1
  1116.                   OnClick = POPUseDefaultForSMTPClick
  1117.                 end
  1118.                 object POPHostSMTP: TTntEdit
  1119.                   Left = 104
  1120.                   Top = 72
  1121.                   Width = 137
  1122.                   Height = 21
  1123.                   TabOrder = 3
  1124.                   OnChange = OneIdentitySettingChange
  1125.                 end
  1126.                 object SSLpopforSMTPCB: TtntAutoSizeCheckBox
  1127.                   Left = 389
  1128.                   Top = 77
  1129.                   Width = 43
  1130.                   Height = 17
  1131.                   Hint = 'Default port for POP3 (SSL) is 995'
  1132.                   Caption = 'SSL'
  1133.                   ParentShowHint = False
  1134.                   ShowHint = True
  1135.                   TabOrder = 5
  1136.                   OnClick = OneIdentitySettingChange
  1137.                 end
  1138.                 object POPPasswordSMTP: TTntEdit
  1139.                   Left = 104
  1140.                   Top = 148
  1141.                   Width = 137
  1142.                   Height = 21
  1143.                   PasswordChar = '*'
  1144.                   TabOrder = 6
  1145.                   OnChange = OneIdentitySettingChange
  1146.                 end
  1147.                 object POPUsernameSMTP: TTntEdit
  1148.                   Left = 104
  1149.                   Top = 123
  1150.                   Width = 137
  1151.                   Height = 21
  1152.                   TabOrder = 7
  1153.                   OnChange = OneIdentitySettingChange
  1154.                 end
  1155.                 object AuthPOPforSMTPCB: TTntComboBox
  1156.                   Left = 104
  1157.                   Top = 98
  1158.                   Width = 137
  1159.                   Height = 21
  1160.                   AutoComplete = False
  1161.                   Style = csDropDownList
  1162.                   ItemHeight = 13
  1163.                   TabOrder = 8
  1164.                   OnChange = OneIdentitySettingChange
  1165.                   Items.WideStrings = (
  1166.                     'Automatic'
  1167.                     'Login'
  1168.                     'APOP'
  1169.                     'Cram-MD5'
  1170.                     'Cram-SHA1'
  1171.                     'Digest-MD5')
  1172.                 end
  1173.                 object POP3Authenticationtimeout: tMMjvspinedit
  1174.                   Left = 124
  1175.                   Top = 6
  1176.                   Width = 57
  1177.                   Height = 21
  1178.                   Cursor = crIBeam
  1179.                   MaxValue = 1000000.000000000000000000
  1180.                   MinValue = 1.000000000000000000
  1181.                   Value = 1.000000000000000000
  1182.                   TabOrder = 2
  1183.                   OnChange = OneIdentitySettingChange
  1184.                 end
  1185.                 object POPPortSMTP: tMMjvspinedit
  1186.                   Left = 304
  1187.                   Top = 72
  1188.                   Width = 57
  1189.                   Height = 21
  1190.                   Cursor = crIBeam
  1191.                   MaxValue = 1000000.000000000000000000
  1192.                   MinValue = 1.000000000000000000
  1193.                   Value = 1.000000000000000000
  1194.                   TabOrder = 4
  1195.                   OnChange = OneIdentitySettingChange
  1196.                 end
  1197.               end
  1198.               object SMTPPort: tMMjvspinedit
  1199.                 Left = 344
  1200.                 Top = 4
  1201.                 Width = 57
  1202.                 Height = 21
  1203.                 Cursor = crIBeam
  1204.                 MaxValue = 100000.000000000000000000
  1205.                 MinValue = 1.000000000000000000
  1206.                 Value = 1.000000000000000000
  1207.                 TabOrder = 1
  1208.                 OnChange = OneIdentitySettingChange
  1209.               end
  1210.             end
  1211.             object TabSheet3: TTntTabSheet
  1212.               Caption = 'Advanced SMTP settings'
  1213.               ImageIndex = 1
  1214.               object Beveles19: TBevelesU
  1215.                 Left = 12
  1216.                 Top = 104
  1217.                 Width = 445
  1218.                 Height = 117
  1219.                 Shape = bsFrame
  1220.                 Caption = 'Direct email delivery'
  1221.                 BorderWidth = 0
  1222.               end
  1223.               object Label48: TTntLabel
  1224.                 Left = 24
  1225.                 Top = 156
  1226.                 Width = 169
  1227.                 Height = 13
  1228.                 Caption = 'Domain name server for MX lookup:'
  1229.               end
  1230.               object Label18: TTntLabel
  1231.                 Left = 12
  1232.                 Top = 40
  1233.                 Width = 127
  1234.                 Height = 13
  1235.                 Caption = 'SMTP HELO identification:'
  1236.               end
  1237.               object Label20: TTntLabel
  1238.                 Left = 236
  1239.                 Top = 60
  1240.                 Width = 221
  1241.                 Height = 45
  1242.                 AutoSize = False
  1243.                 Caption = '(If this is empty the local computer name is used)'
  1244.                 WordWrap = True
  1245.               end
  1246.               object Label21: TTntLabel
  1247.                 Left = 236
  1248.                 Top = 172
  1249.                 Width = 181
  1250.                 Height = 45
  1251.                 AutoSize = False
  1252.                 Caption = 
  1253.                   '(If this is empty, Dialog will try to determine a DNS automatica' +
  1254.                   'lly, but might fail.)'
  1255.                 WordWrap = True
  1256.               end
  1257.               object SMTPUseMX: TtntAutoSizeCheckBox
  1258.                 Left = 24
  1259.                 Top = 128
  1260.                 Width = 351
  1261.                 Height = 17
  1262.                 Caption = 
  1263.                   'Try to send emails through SMTP server(s) from recipients MX rec' +
  1264.                   'ords'
  1265.                 TabOrder = 0
  1266.                 OnClick = OneIdentitySettingChange
  1267.               end
  1268.               object SMTPMXDNS: TTntEdit
  1269.                 Left = 236
  1270.                 Top = 148
  1271.                 Width = 181
  1272.                 Height = 21
  1273.                 ParentShowHint = False
  1274.                 ShowHint = False
  1275.                 TabOrder = 1
  1276.                 OnChange = OneIdentitySettingChange
  1277.               end
  1278.               object SMTPHELO: TTntEdit
  1279.                 Left = 236
  1280.                 Top = 32
  1281.                 Width = 221
  1282.                 Height = 21
  1283.                 ParentShowHint = False
  1284.                 ShowHint = False
  1285.                 TabOrder = 2
  1286.                 OnChange = OneIdentitySettingChange
  1287.               end
  1288.               object SMTPCopyToFolderCBox: TtntAutoSizeCheckBox
  1289.                 Left = 8
  1290.                 Top = 8
  1291.                 Width = 199
  1292.                 Height = 17
  1293.                 Caption = 'Create a copy of sent emails in folder:'
  1294.                 TabOrder = 3
  1295.                 OnClick = OneIdentitySettingChange
  1296.               end
  1297.               object SMTPCopyToFolder: TTntComboBox
  1298.                 Left = 236
  1299.                 Top = 4
  1300.                 Width = 221
  1301.                 Height = 21
  1302.                 AutoComplete = False
  1303.                 Style = csDropDownList
  1304.                 ItemHeight = 0
  1305.                 TabOrder = 4
  1306.                 OnChange = SMTPCopyToFolderChange
  1307.               end
  1308.             end
  1309.           end
  1310.         end
  1311.       end
  1312.       object IdentitiesCloneBtn: TMMTNTBItBtn
  1313.         Left = 380
  1314.         Top = 2
  1315.         Width = 85
  1316.         Height = 25
  1317.         Caption = 'C&lone'
  1318.         Font.Charset = DEFAULT_CHARSET
  1319.         Font.Color = clBtnText
  1320.         Font.Height = -11
  1321.         Font.Name = 'MS Sans Serif'
  1322.         Font.Style = []
  1323.         ParentFont = False
  1324.         TabOrder = 3
  1325.         OnClick = IdentitiesNewBtnClick
  1326.       end
  1327.     end
  1328.     object SignatureTab: TTntTabSheet
  1329.       Caption = 'Signatures'
  1330.       ImageIndex = 4
  1331.       TabVisible = False
  1332.       object Label6: TTntLabel
  1333.         Left = 8
  1334.         Top = 0
  1335.         Width = 97
  1336.         Height = 13
  1337.         Caption = 'Available signatures:'
  1338.       end
  1339.       object Label7: TTntLabel
  1340.         Left = 8
  1341.         Top = 128
  1342.         Width = 91
  1343.         Height = 13
  1344.         Caption = 'Selected signature:'
  1345.       end
  1346.       object Label42: TTntLabel
  1347.         Left = 12
  1348.         Top = 252
  1349.         Width = 469
  1350.         Height = 105
  1351.         AutoSize = False
  1352.         Caption = 
  1353.           'You can use the following variables in signatures:'#13#10'%date%'#9#9#9'Ins' +
  1354.           'erts the curent date and time.'#13#10'%file:[filename]%'#9#9'E.g. %file:C:' +
  1355.           '\dynamicsig.txt% inserts the contents of this file.'#13#10'%randomsig:' +
  1356.           '[filename]%'#9'E.g. %randomsig:C:\randsigs.txt% inserts a random si' +
  1357.           'g. from this file'#13#10#13#10'Signatures in a random signature file need ' +
  1358.           'to be delimited with a line holding "%".'
  1359.         WordWrap = True
  1360.       end
  1361.       object SignatureLB: TTntListBox
  1362.         Left = 8
  1363.         Top = 16
  1364.         Width = 197
  1365.         Height = 105
  1366.         ItemHeight = 13
  1367.         TabOrder = 0
  1368.         OnClick = SignatureLBClick
  1369.       end
  1370.       object SignatureNewBtn: TMMTNTBItBtn
  1371.         Left = 208
  1372.         Top = 20
  1373.         Width = 75
  1374.         Height = 25
  1375.         Caption = ' New'
  1376.         Font.Charset = DEFAULT_CHARSET
  1377.         Font.Color = clBtnText
  1378.         Font.Height = -11
  1379.         Font.Name = 'MS Sans Serif'
  1380.         Font.Style = []
  1381.         ParentFont = False
  1382.         TabOrder = 1
  1383.         OnClick = SignatureNewBtnClick
  1384.       end
  1385.       object SignatureDelBtn: TMMTNTBItBtn
  1386.         Left = 208
  1387.         Top = 48
  1388.         Width = 75
  1389.         Height = 25
  1390.         Caption = 'Delete'
  1391.         Font.Charset = DEFAULT_CHARSET
  1392.         Font.Color = clBtnText
  1393.         Font.Height = -11
  1394.         Font.Name = 'MS Sans Serif'
  1395.         Font.Style = []
  1396.         ParentFont = False
  1397.         TabOrder = 2
  1398.         OnClick = SignatureDelBtnClick
  1399.       end
  1400.       object SignatureRenameBtn: TMMTNTBItBtn
  1401.         Left = 208
  1402.         Top = 76
  1403.         Width = 75
  1404.         Height = 25
  1405.         Caption = 'Rename'
  1406.         Font.Charset = DEFAULT_CHARSET
  1407.         Font.Color = clBtnText
  1408.         Font.Height = -11
  1409.         Font.Name = 'MS Sans Serif'
  1410.         Font.Style = []
  1411.         ParentFont = False
  1412.         TabOrder = 3
  1413.         OnClick = SignatureRenameBtnClick
  1414.       end
  1415.       object SignaturePM: TPlusMemoU
  1416.         Left = 8
  1417.         Top = 144
  1418.         Width = 473
  1419.         Height = 85
  1420.         Cursor = crIBeam
  1421.         Alignment = taLeftJustify
  1422.         ScrollBars = ssVertical
  1423.         WordWrap = False
  1424.         OnChange = SignaturePMChange
  1425.         AltFont.Charset = DEFAULT_CHARSET
  1426.         AltFont.Color = clWindowText
  1427.         AltFont.Height = -11
  1428.         AltFont.Name = 'MS Sans Serif'
  1429.         AltFont.Style = []
  1430.         CaretWidth = 1
  1431.         ColumnWrap = 0
  1432.         DisplayOnly = False
  1433.         EnableHotKeys = False
  1434.         EndOfTextMark.Color = clRed
  1435.         EndOfTextMark.Style = psClear
  1436.         Justified = False
  1437.         LineHeight = 0
  1438.         Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars]
  1439.         Overwrite = False
  1440.         RightLinePen.Color = clGray
  1441.         RightLinePen.Style = psDot
  1442.         ScrollTime = 0
  1443.         SelBackColor = clHighlight
  1444.         SelTextColor = clHighlightText
  1445.         Separators = #9#10#13' $%&,./:;<=>'
  1446.         SpecUnderline.Color = clRed
  1447.         UpdateMode = umImmediate
  1448.         Version = 'v6.3a Professional ed.'
  1449.         Font.Charset = DEFAULT_CHARSET
  1450.         Font.Color = clWindowText
  1451.         Font.Height = -11
  1452.         Font.Name = 'Arial Unicode MS'
  1453.         Font.Style = []
  1454.         ParentFont = False
  1455.         TabOrder = 4
  1456.         TabStop = True
  1457.         OnKeyDown = SignaturePMKeyDown
  1458.       end
  1459.       object SigMonospaced: TtntAutoSizeCheckBox
  1460.         Left = 372
  1461.         Top = 232
  1462.         Width = 114
  1463.         Height = 17
  1464.         Caption = 'Show monospaced'
  1465.         TabOrder = 5
  1466.         OnClick = SigMonospacedClick
  1467.       end
  1468.     end
  1469.     object XHeaderTab: TTntTabSheet
  1470.       Caption = 'X-Headers'
  1471.       ImageIndex = 1
  1472.       TabVisible = False
  1473.       object Label1: TTntLabel
  1474.         Left = 8
  1475.         Top = 0
  1476.         Width = 99
  1477.         Height = 13
  1478.         Caption = 'Available X-Headers:'
  1479.       end
  1480.       object XHeaders: TTntListBox
  1481.         Left = 8
  1482.         Top = 16
  1483.         Width = 197
  1484.         Height = 189
  1485.         ItemHeight = 13
  1486.         TabOrder = 0
  1487.       end
  1488.       object XHeaderAdd: TMMTNTBItBtn
  1489.         Left = 212
  1490.         Top = 16
  1491.         Width = 75
  1492.         Height = 25
  1493.         Caption = 'New '
  1494.         Font.Charset = DEFAULT_CHARSET
  1495.         Font.Color = clBtnText
  1496.         Font.Height = -11
  1497.         Font.Name = 'MS Sans Serif'
  1498.         Font.Style = []
  1499.         ParentFont = False
  1500.         TabOrder = 1
  1501.         OnClick = XHeaderAddClick
  1502.       end
  1503.       object XHeaderDelete: TMMTNTBItBtn
  1504.         Left = 212
  1505.         Top = 44
  1506.         Width = 75
  1507.         Height = 25
  1508.         Caption = 'Delete'
  1509.         Font.Charset = DEFAULT_CHARSET
  1510.         Font.Color = clBtnText
  1511.         Font.Height = -11
  1512.         Font.Name = 'MS Sans Serif'
  1513.         Font.Style = []
  1514.         ParentFont = False
  1515.         TabOrder = 2
  1516.         OnClick = XHeaderDeleteClick
  1517.       end
  1518.     end
  1519.   end
  1520.   object Ok: TMMTNTBItBtn
  1521.     Left = 456
  1522.     Top = 376
  1523.     Width = 71
  1524.     Height = 25
  1525.     Caption = '&OK'
  1526.     Font.Charset = DEFAULT_CHARSET
  1527.     Font.Color = clBtnText
  1528.     Font.Height = -11
  1529.     Font.Name = 'MS Sans Serif'
  1530.     Font.Style = []
  1531.     ParentFont = False
  1532.     TabOrder = 3
  1533.     OnClick = OkClick
  1534.   end
  1535.   object Cancel: TMMTNTBItBtn
  1536.     Left = 540
  1537.     Top = 376
  1538.     Width = 75
  1539.     Height = 25
  1540.     Cancel = True
  1541.     Caption = '&Cancel'
  1542.     Font.Charset = DEFAULT_CHARSET
  1543.     Font.Color = clBtnText
  1544.     Font.Height = -11
  1545.     Font.Name = 'MS Sans Serif'
  1546.     Font.Style = []
  1547.     ParentFont = False
  1548.     TabOrder = 4
  1549.     OnClick = CancelClick
  1550.   end
  1551.   object CatLB: TTntListBox
  1552.     Left = 4
  1553.     Top = 8
  1554.     Width = 109
  1555.     Height = 356
  1556.     Style = lbOwnerDrawFixed
  1557.     IntegralHeight = True
  1558.     ItemHeight = 16
  1559.     Items.WideStrings = (
  1560.       'Newsservers'
  1561.       'Identities'
  1562.       'Signatures'
  1563.       'X-Headers')
  1564.     TabOrder = 0
  1565.     OnClick = CatLBClick
  1566.   end
  1567.   object Button1: TMMTNTBItBtn
  1568.     Left = 8
  1569.     Top = 376
  1570.     Width = 75
  1571.     Height = 25
  1572.     Caption = 'Help'
  1573.     Font.Charset = DEFAULT_CHARSET
  1574.     Font.Color = clBtnText
  1575.     Font.Height = -11
  1576.     Font.Name = 'MS Sans Serif'
  1577.     Font.Style = []
  1578.     ParentFont = False
  1579.     TabOrder = 2
  1580.     OnClick = Button1Click
  1581.   end
  1582. end
  1583.